home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Internal_14.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  113 b   |  13 lines

  1. on mouseEnter
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   cursor(-1)
  11.   go("slide on in")
  12. end
  13.